home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / EZY120_1.ZIP / STRUCT.ARJ / CLIB.ARJ / STR5.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-09  |  87 b   |  8 lines

  1.  
  2. #include <ezylib.h>
  3.  
  4. char *Trim(char *S)
  5. {
  6.   return(TrimLead(TrimTrail(S)));
  7. }
  8.